Running Modes

The Apis Honeystore databases have a property named "Running mode". The property denotes an internal state or mode of the database, and has one of four values:

Online no write-cacheThe database is online, but without use of caching, Client applications can still retrieve data from the database, but only bulk inserts can be used when writing data to the database.
AdminThe database is partially loaded, but not capable of storing or delivering data to client applications. This is a mode used internally by Apis Honeystore when changing properties, etc.
DisabledThe database has not been loaded, the database doesn't require any system resources. The database cannot handle any client requests in this state.